@charset "utf-8"; /* 设置编码  css代码的编码 */
*{
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
	font-family:'Arial Normal', 'Arial',"SimSun";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
}
body{
	background:#f5f5f5;
	font-size:14px;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
small{font-size:12px;}
ul,ol,li{list-style:none;}
a{
	text-decoration:none;
	color:#333;
	outline:none;
}
a:hover,a:focus,a:active{
	color:#888;
}
legend{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
fieldset,img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%;outline:0px;}
table{border-collapse:collapse;border-spacing:0;text-align:center;}
img{-ms-interpolation-mode:bicubic;}
textarea{resize:vertical;}
label,button{cursor:pointer;}
body,form{position:relative;}
p{word-wrap:break-word;}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video { display: block;margin: 0;padding: 0;}
mark { background: #ff0; }
/*常用class*/
.left{float:left}
.right{float:right}
.overflow{overflow:hidden}
.hide{display:none}
.block{display:block}
.inline{display:inline}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}


/*公共部分*/
.header{
	width:100%;
	min-width:1200px;
	background:#fff;
	height:145px;
}
.top-content{
	width:1200px;
	margin:0 auto;
	height:100px;
}
.top-content>div{
	display:inline-block;
	vertical-align:middle;
}
.logo img{
	margin-top:6px;
}
.location{
	position:relative;
	width:100px;
	height:44px;
}
.location-top{
	position:absolute;
	width:100px;
	height:45px;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#fff;
	font-family: "Microsoft Yahei";
	padding:0 5px;
	cursor:default;
	z-index:3;
	background:#fff;
}
.location:hover .location-top{
	border-color:#e5e5e5;
}
.partition{
    display:none;
    position:absolute;
    top:44px;
	left:-56px;
    height:50px;
	width:210px;
    padding:5px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    z-index:2;
	text-align:center;
}
.location-top span{
	display:block;
	font-size:16px;
	height:25px;
	line-height:25px;
	color:#00bec5;
	padding:0 8px;
	text-align:left;
	position:relative;
	background:url(../../image/gz/down-arrow.gif) no-repeat right center;
}
.location-top font{
	display:block;
	font-size:12px;
	color:#888;
	border:1px solid #00bec5;
}
.location:hover .partition{
	display:block;
}
.partition a{
    margin:0 5px;
	line-height:40px;
	font-size:14px;
}

.header-search{
	height:40px;
	width:400px;
	margin-left:110px;
}
.header-input{
	float:left;
	width:350px;
	height:40px;
	border:2px solid #00bec5;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding-left:5px;
	color:#333;
	font-size:16px;
	vertical-align:top;
}
.top-search-btn{
	float:left;
	width:40px;
	height:40px;
	border:none;
	background:#00bec5 url(../../image/gz/search-ico.png) center no-repeat;
	background-size:40px 40px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	cursor:pointer;
}
.logo-moto{
	float:right;
	width:279px;
	height:37px;
	margin-top:26px;
}
.main-nav{
	width:100%;
	height:45px;
	background:#00bec5;
}
.menu-list {
	width:1100px;
	margin:0 auto;
}
.menu-list>li{
	float:left;
	width:120px;
	text-align:center;
	height:45px;
	line-height:45px;
	position:relative;
}
.menu-list h2,.menu-list h1{
	font-weight:normal;
	font-size:16px;
	color:#fff;
}
.menu-list>li>a{
	display:block;
	overflow:auto;
	font-size:16px;
	color:#fff;
}
.menu-list>li:hover ,.menu-list>li.nav-current{
	background:#089fa5;
}
.menu-list>li ul{
	position:absolute;
	display:none;
	z-index:9;
	width:100%;
	background:#089fa5;
}
.menu-list>li ul a{
	color:#fff;
}



.footer{width:100%;height:auto;background-color:#fff;min-width: 1200px;border-top:4px solid #00bec5;}
.footer-main{width:1200px;margin:0 auto;overflow: hidden;}
.footer-contact{height:300px;border-bottom:1px solid #bdbdbd;padding:30px 0 20px;}
.footer-contact>div{height:240px;}
.footer-navi{width:300px;border-right:1px solid #bdbdbd;}
.footer-navi ul{width:110px;display:inline-block;}
.footer-navi ul a{font-size:18px;line-height:40px;}
.footer-middle{width:470px;padding-left:60px;border-right:1px solid #bdbdbd;}
.footer-middle font,.footer-flink h4{display:block;font-size:18px;font-weight:bold;margin-bottom:15px;}
.footer-middle p{line-height:24px;font-size:18px;margin-top:10px;white-space:pre;}
.footer-like{margin-bottom:25px;overflow:auto;}
.footer-email{width:260px;height:50px;border:1px solid #00bec5;font-size:16px;color:#666;padding-left:20px;background:#f5f5f5;}
.footer-btn{width:60px;height:50px;background:#00bec5;color:#fff;border:none;font-size:20px;cursor:pointer;}
.footer-wechat{text-align:center;}
.footer-wechat>div{width:180px;float:left;margin-left:150px;}
.footer-wechat img{width:180px;height:180px;}
.footer-flink{padding:10px 0;border-bottom: 1px solid #bdbdbd;}
.footer-flink ul{overflow:auto;}
.footer-flink li{float:left;margin-right:30px;height:28px;line-height:28px;}
.footer-flink a{font-size:16px;}
.footer-right p{line-height:40px;text-align:Center;}
/* 右边联系我们 */
.contactUs{	
	position:fixed;
	right:0;
	top:20%;
	width:60px;
	text-align:center;
	height:415px;
}
.contactUs ul li{
	height:100px;
	background:#00bec5;
}
.contactUs ul li+li{
	margin-top:3px;
}
.contactUs ul li a{
	display:block;
	height:100%;
}
.contactUs ul li img{
	width:50px;
	margin:8px 0;
	vertical-align:top;
}
.contactUs ul li p{
	color:#fff;
	font-weight:bold;
	font-size:13px;
}


